/*************案例CASE*************************/
.case-box {
	position: relative;
	padding-bottom: 60px;
}

.title {
	text-align: center;
	padding-top: 70px;
	position: relative;
}

.case-top {
	position: relative;
	z-index: 2;
	width: 1198px;
	border: 1px solid #1d2229;
	font-size: 18px;
	text-align: center;
	height: 68px;
	line-height: 68px;
	margin: 0 auto;
	margin-top: 25px;
	font-family: 'pingf';
}

.case-top a {
	width: 190px;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	border-left: 1px solid #1d2229;
}

.case-top a:first-child {
	border: none
}

.case-top a:hover,
.case-top a.case-on {
	color: #ffa32b;
}

.case-con {
	overflow: hidden;
}

.slide-inn {}

.slide-inn {
	position: relative;
	overflow: hidden;
	margin-top: 50px;
	z-index: 22;
}

.slide-con {
	overflow: hidden;
	padding: 0 5%;
}

.slide-con .ih-item {
	background: #fff;
	width: 29.333333%;
	margin: 2%;
	float: left;
}

.slide-con .ih-item img {
	width: 100%;
	display: block;
}

#pager {
	text-align: center;
	margin-top: 20px;
	color: #666;
}

#pager a {
	color: #666;
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px;
}

#pager a:hover {
	color: #333;
}

#pager a.selected {
	background-color: #333;
	color: #ccc;
}

.prev,
.next {
	display: block;
	width: 50px;
	height: 50px;
	margin-top: -40px;
	position: absolute;
	top: 50%;
}

.prev {
	background: #fff url("img/ui-prev.png") no-repeat;
	left: 50%;
	margin-left: -683px;
}

.next {
	background: #fff url("img/ui-next.png") no-repeat;
	right: 50%;
	margin-right: -683px;
}

.case-shade {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -683px;
	width: 1366px;
	height: 220px;
	/* background:#1e2934;*/
	z-index: 21;
}

.case-btn {
	display: block;
	width: 260px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #fff;
	color: #232e3a;
	font-size: 16px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -130px;
	z-index: 22;
}

/********服务sevice*************************/
/*****新闻**********/
.index-news {
	padding: 40px 0 40px;
}

.index-news .wrap {
	width: 1345px;
	padding: 0;
}

.index-news .index-news-list {
	padding-left: 340px;
}

.index-news .each-item {
	float: left;
	width: 425px;
	margin-left: 10px;
}

.index-news .each-item .item-inner {
	position: relative;
	display: block;
}

.index-news .each-item img {
	width: 100%;
	height: 100%;
}

.index-news .each-item .img-box {
	width: 340px;
	height: 200px;
	position: absolute;
	left: -340px;
	top: 0;
}

.index-news .each-item .item1 .text-wrap {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, .35);
}

.index-news .each-item .item1 img {
	display: block;
}

.index-news .each-item .item1 .text-inner {}

.index-news .each-item .item1 .title {
	height: 52px;
	padding-top: 0;
	padding-right: 30%;
	font-size: 18px;
	color: #fff;
	line-height: 26px;
	overflow: hidden;
}

.index-news .each-item .item .icon {
	position: absolute;
	right: 25px;
	top: 40px;
	display: block;
	width: 22px;
	height: 10px;
	transition: all .4s ease-in-out;
}

.index-news .each-item .item:hover .icon {
	right: 15px;
}

.index-news .each-item .item1 .icon {
	background: url(../images/more-icon1.png) no-repeat center center;
}

.index-news .each-item .item2 .icon,
.index-news .each-item .item3 .icon {
	top: 30px;
	background: url(../images/more-icon2.png) no-repeat center center;
}

.index-news .each-item .item3 .icon {
	right: auto;
	left: 30px;
	top: 85px
}

.index-news .each-item .item3:hover .icon {
	left: 40px;
}

.index-news .each-item .item2,
.index-news .each-item .item3 {
	position: relative;
	background: #f6f6f6;
}

.index-news .each-item .item2 .text-wrap {
	padding-bottom: 19px;
	border-bottom: 1px solid #ddd;
}

.index-news .each-item .item2 .title,
.index-news .each-item .item3 .title {
	font-size: 18px;
	overflow: hidden;
}

.index-news .each-item .item2 .title {
	margin-bottom: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-news .each-item .item2 .des {
	height: 48px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	overflow: hidden;
}

.index-news .each-item .date-wrap {
	position: relative;
}

.index-news .each-item .date {
	font: 12px/1 'Gotham-Book';
	color: #666;
}

.index-news .each-item .big-date {
	display: block;
	font: 28px/1 'Gotham-Bold';
	color: #999
}

.index-news .each-item .item2 .big-date {
	margin: 10px 0 5px;
}

.index-news .each-item .item3 .date-wrap {
	float: left;
	width: 80px;
	height: 90px;
	border-right: 1px solid #e7e7e7;
}

.index-news .each-item .item3 .text-wrap {
	position: relative;
	height: 97px;
	margin-left: 80px;
	padding-left: 30px;
}

.index-news .each-item .item3 .date-wrap .line {
	display: block;
	width: 20px;
	height: 2px;
	margin: 15px 0;
	background-color: #e7e7e7;
}

.index-news .each-item .item3 .title {
	margin-top: -7px;
	height: 64px;
	line-height: 32px;
}

.index-news .each-item:first-child {
	margin-left: 0;
}

.index-news .title {
	padding-top: 0;
	text-align: left;
}

.index-news .each-item {}

.index-news .each-item .item2,
.index-news .each-item .item3 {
	margin-bottom: 10px;
}

.index-news .each-item .item1 .text-inner {}

.index-news .each-item .item2 .item-inner {
	padding: 15px 35px 15px;
	height: 170px;
}

.index-news .each-item .item3 .item-inner {
	padding: 20px 25px 10px 35px;
	height: 100px;
}

/*********方案优势*****************/
.advantage {
	background: #3e60c2;
	height: 532px;
}

.advantage .advantage_content {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.advantage .advantage_content .advantage_content_list .aniview {
	padding-top: 80px;
	padding-left: 47px;
	height: 532px;
	width: 220px;
	margin-left: 33px;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.advantage .advantage_content .advantage_content_list:nth-child(1) .aniview {
	background: url(../images/bn5.png) no-repeat 0 -10px;
	margin-left: 0px;
}

.advantage .advantage_content .advantage_content_list:nth-child(2) .aniview {
	background: url(../images/bn5.png) no-repeat 0 -60px;
}

.advantage .advantage_content .advantage_content_list:nth-child(3) .aniview {
	background: url(../images/bn5.png) no-repeat 0 -60px;
}

.advantage .advantage_content .advantage_content_list:nth-child(4) .aniview {
	background: url(../images/bn5.png) no-repeat 0 -50px;
}

.advantage .advantage_content .advantage_content_list .content_list_title {
	font-size: 54px;
	color: #ffc045;
	font-family: "Impact";
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 25px;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.advantage .advantage_content .advantage_content_list .content_list_title:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 2px;
	background: #ffc045;
	left: 0;
	bottom: 0px;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.advantage .advantage_content .advantage_content_list .content_list_body p {
	font-size: 15px;
	color: #fff;
	margin-bottom: 5px;
	line-height: 24px;
}

.advantage .advantage_content .advantage_content_list .content_list_body p:last-child {
	margin-bottom: 0px;
}

.advantage_content_list:hover .content_list_title:before {
	width: 46px;
}

.advantage_content_list:hover .content_list_title {
	letter-spacing: 3px;
}

/******方案***********/
.idx_pros {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}

.idx_pros a {
	display: block;
	width: 398px;
	height: 200px;
	float: left;
	color: #646464;
	border: 1px solid #eee;
	position: relative;
	border-right: 0;
	border-bottom: 0;
	overflow: hidden;
}

.idx_pros .ico,
.idx_pros .txts {
	height: 100%;
	position: absolute;
	top: 0;
}

.idx_pros .ico {
	background-repeat: no-repeat;
	background-position: left center;
	left: 0;
	transition: left 500ms;
	-webkit-transition: left 500ms;
}

.idx_pros .txts {
	left: 35%;
	width: 55%;
	padding-right: 10%;
	transition: 500ms;
	-webkit-transition: 500ms;
	line-height: 24px;
}

.idx_pros .txts .ch {}

.idx_pros .idxp1 .txts .ch {
	color: #323232;
}

.idx_pros .ico {
	height: auto;
	width: 18px;
	font-size: 20px;
	line-height: 20px;
	top: 20px;
	/* -ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);*/
	left: 16%;
}

.idx_pros .txts .en {
	border-top: 1px solid #e5e5e5;
	font-size: 14px;
	padding-top: 8px;
	text-transform: uppercase;
	margin-top: 25px;
}

.idx_pros .pic {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.idx_pros .pic img {
	width: 100%;
}

.idx_pros .idxp2 {
	color: #fff;
}

.idx_pros .idxp2 .txts .ch {
	border-color: #fff;
}

.idx_pros .cover {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	overflow: visible;
	border: 0 solid #00ae66;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.idx_pros a:hover .cover {
	opacity: 1;
	border: 150px solid #29333e;
}

.idx_pros a:hover .ico {
	left: 80%;
}

.idx_pros a:hover .txts {
	left: 0;
	padding-right: 0;
	padding-left: 10%;
}

.idx_pros .idxp1:hover {
	color: #fff;
}

.idx_pros .idxp1:hover .txts .ch {
	color: #fff;
}

.idx_pros .arrow {
	width: 18px;
	height: 18px;
	position: absolute;
	bottom: 15px;
	left: 15%;
	transform: translateX(-60px);
	-webkit-transform: translateX(-60px);
	opacity: 0;
	display: none\9;
	transition: 500ms;
	-webkit-transition: 500ms;
}

.idx_pros a:hover .arrow {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
}

/* display end */
.bolang {
	height: 363px;
	background: url(../images/bol.png) top center no-repeat;
	overflow: hidden
}

.bolang .br-four {
	margin: 0 auto;
	width: 1040px;
	margin-top: 240px;
}

.bolang .br-four li {
	color: #fff;
}

.sevice-box {
	width: 1400px;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}

.sevice-box li {
	position: relative;
	float: left;
	width: 312px;
	text-align: center;
	margin: 0px 5px 0;
	padding: 20px 10px 20px;
	color: #7b838e;
	font-size: 14px;
	line-height: 30px;
}

.sevice-box li em {
	width: 64px;
	height: 64px;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 20;
	-webkit-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.sevice-box li em.em1 {
	background: url("../images/a11.png") no-repeat;
}

.sevice-box li em.em2 {
	background: url("../images/a12.png") no-repeat;
}

.sevice-box li em.em3 {
	background: url("../images/a13.png") no-repeat;
}

.sevice-box li em.em4 {
	background: url("../images/a14.png") no-repeat;
}

.sevice-box li img {
	display: block;
	height: 24px;
	margin: 0 auto;
	margin-top: 17px;
	margin-bottom: 17px;
	position: relative;
	z-index: 20;
	-webkit-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.sevice-box li h1 {
	color: #4d535a;
	font-size: 24px;
	margin: 15px 0 15px 0;
	letter-spacing: 3px;
}

.sevice-box li p,
.sevice-box li h1 {
	position: relative;
	z-index: 20;
	-webkit-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.sevice-box li:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	background: #FEBF44;
	z-index: 19;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.sevice-box li:hover:after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.sevice-box li:hover {
	color: #fff;
}

.sevice-box li:hover em {
	-webkit-transform: translateY(-150px);
	transform: translateY(-150px);
}

.sevice-box li:hover img {
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}

.sevice-box li:hover p,
.sevice-box li:hover h1 {
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}

/********品牌brand********************/
.brand-box {
	background: url("../images/bbg.jpg") top center no-repeat;
	height: 750px;
	overflow: hidden;
	position: relative;
}

.br-four {
	overflow: hidden;
	width: 1400px;
	margin-top: 105px;
}

.br-four li {
	float: left;
	width: 333px;
	padding-left: 13px;
	color: #ffc045;
	font-size: 18px;
	text-align: center;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}

.br-four li i span {
	font-style: normal;
}

.br-four li:last-child {
	border: none;
}

.br-four li:first-child {
	padding-left: 0;
	background: none;
}

.brand-xc {
	background: url("../images/logo-br.png") top center no-repeat;
	padding-top: 90px;
	text-align: center;
	font-size: 38px;
	color: #fff;
	margin-top: 130px;
}

.brand-con {
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	width: 950px;
	margin: 0 auto;
	margin-top: 25px;
}

.ffg-bg8 {
	background: #f0f0f0;
	position: relative;
	z-index: 999;
	margin-top: 50px;
}

.btn-z9 {
	bottom: -10px;
	background: #f0f0f0;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.btn-z9:hover {
	bottom: -4;
}

.ns-on {
	color: #ffa32b;
}

/*****************/


.webdesigntuts-workshop {}

.webdesigntuts-workshop:before,
.webdesigntuts-workshop:after {
	content: '';
	display: block;
	height: 1px;
	left: 50%;
	margin: 0 0 0 -400px;
	position: absolute;
	width: 800px;
}

.webdesigntuts-workshop:before {
	background: #444;
	background: -webkit-linear-gradient(left, #151515, #444, #151515);
	background: -moz-linear-gradient(left, #151515, #444, #151515);
	background: -o-linear-gradient(left, #151515, #444, #151515);
	background: -ms-linear-gradient(left, #151515, #444, #151515);
	background: linear-gradient(left, #151515, #444, #151515);
	top: 192px;
}

.webdesigntuts-workshop:after {
	background: #000;
	background: -webkit-linear-gradient(left, #151515, #000, #151515);
	background: -moz-linear-gradient(left, #151515, #000, #151515);
	background: -o-linear-gradient(left, #151515, #000, #151515);
	background: -ms-linear-gradient(left, #151515, #000, #151515);
	background: linear-gradient(left, #151515, #000, #151515);
	top: 191px;
}

.webdesigntuts-workshop form {

	border-radius: 5px;

	display: inline-block;
	font-size: 0px;
	margin: 150px auto 0;
	padding: 20px;
	position: relative;
	z-index: 1;
}

.webdesigntuts-workshop input {
	background: #4D535A;

	border: 1px solid #444;
	border-radius: 5px 0 0 5px;
	box-shadow: 0 2px 0 #000;
	color: #fff;
	display: block;
	float: left;
	font-family: 'Cabin', helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	height: 40px;
	margin: 0;
	padding: 0 10px;
	text-shadow: 0 -1px 0 #000;
	width: 200px;
}

.ie .webdesigntuts-workshop input {
	line-height: 40px;
}

.webdesigntuts-workshop input::-webkit-input-placeholder {
	color: #888;
}

.webdesigntuts-workshop input:-moz-placeholder {
	color: #888;
}

.webdesigntuts-workshop input:focus {
	-webkit-animation: glow 800ms ease-out infinite alternate;
	-moz-animation: glow 800ms ease-out infinite alternate;
	-o-animation: glow 800ms ease-out infinite alternate;
	-ms-animation: glow 800ms ease-out infinite alternate;
	animation: glow 800ms ease-out infinite alternate;

	border-color: #fff;
	box-shadow: 0 0 5px rgba(0, 255, 0, .2), inset 0 0 5px rgba(0, 255, 0, .1), 0 2px 0 #000;
	color: #efe;
	outline: none;
}

.webdesigntuts-workshop input:focus::-webkit-input-placeholder {
	color: #efe;
}

.webdesigntuts-workshop input:focus:-moz-placeholder {
	color: #efe;
}

.webdesigntuts-workshop button {
	background: #222;
	background: -webkit-linear-gradient(#333, #222);
	background: -moz-linear-gradient(#333, #222);
	background: -o-linear-gradient(#333, #222);
	background: -ms-linear-gradient(#333, #222);
	background: linear-gradient(#333, #222);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	border: 1px solid #444;
	border-left-color: #000;
	border-radius: 0 5px 5px 0;
	box-shadow: 0 2px 0 #000;
	color: #fff;
	display: block;
	float: left;
	font-family: 'Cabin', helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	position: relative;
	text-shadow: 0 -1px 0 #000;
	width: 80px;
}

.webdesigntuts-workshop button:hover,
.webdesigntuts-workshop button:focus {
	background: #292929;
	background: -webkit-linear-gradient(#393939, #292929);
	background: -moz-linear-gradient(#393939, #292929);
	background: -o-linear-gradient(#393939, #292929);
	background: -ms-linear-gradient(#393939, #292929);
	background: linear-gradient(#393939, #292929);
	color: #ffc045;
	outline: none;
}

.webdesigntuts-workshop button:active {
	background: #292929;
	background: -webkit-linear-gradient(#393939, #292929);
	background: -moz-linear-gradient(#393939, #292929);
	background: -o-linear-gradient(#393939, #292929);
	background: -ms-linear-gradient(#393939, #292929);
	background: linear-gradient(#393939, #292929);
	box-shadow: 0 1px 0 #000, inset 1px 0 1px #222;
	top: 1px;
}



@keyframes glow {
	0% {
		border-color: #ffc045;
		box-shadow: 0 0 5px rgba(255, 192, 69, .2), inset 0 0 5px rgba(255, 192, 69, .1), 0 2px 0 #000;
	}

	100% {
		border-color: #fdb01b;
		box-shadow: 0 0 20px rgba(255, 192, 69, .6), inset 0 0 10px rgba(255, 192, 69, .4), 0 2px 0 #000;
	}
}


/*************/
.tb-box96 {
	position: absolute;
	left: 50%;
	top: 0px;
	height: 100vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 1300px;
	transform: translate(-50%, 0);
	z-index: 1999;
	pointer-events: none
}

.tb-box96 .tbt8 {
	font-size: 60px;
	line-height: 60px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	background: linear-gradient(to right, #02ccfb, #2837b3);

	/* 确保背景只裁剪到文本区域 */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.tbt8 img {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.page1 {
	z-index: 999;
	background: #fff;
	position: relative;
}

.tb-box96 .tbc8 {
	font-size: 18px;
	color: #fff;
	line-height: 42px;
	text-align: center;
	margin-top: 40px;
}

.tb-box96 .tblist8 {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.tb-box96 .tblist8 .item {
	color: #fff;
	font-size: 22px;
	line-height: 46px;
	text-align: center;
	width: 33.33%;
	height: 50px;
	border-right: 1px solid #116e9b;
	padding-top: 80px;
}

.tb-box96 .tblist8 .item:nth-child(1) {
	background: url(../images/pic1.png) center 10px no-repeat;
}

.tb-box96 .tblist8 .item:nth-child(2) {
	background: url(../images/pic2.png) center 10px no-repeat;
}

.tb-box96 .tblist8 .item:nth-child(3) {
	background: url(../images/pic3.png) center 10px no-repeat;
}

.tb-box96 .tblist8 .item:last-child {
	border-right: none;
}

.page-news3 {
	background: url(../images/pages81.jpg) top center no-repeat;
	background-size: 100% 100%;
	position: relative;
	
}
.page-news3,.page-news2 {
	overflow: hidden;
}
.page-news3 .video-box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-box video {
	width: 100%;
	height: 100%;
}
.page-news3 .video-box::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}

.page-news6 {
	position: relative;
}

.page-news6 .video-box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-news6 .video-box::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
}

.canvas88 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fw-circle {
	width: 800px;
	height: 600px;
	background: url(https://jxdrkj.oss-cn-shanghai.aliyuncs.com/image/circle.gif) no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -300px;
	border-radius: 100%;
	z-index: 11;
}

.fw-circle .tbc {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	color: #e5e5e5;
	text-align: center;
	font-size: 16px;

}

.fw-circle .tbc .tbt {
	font-size: 48px;
	line-height: 60px;

	font-weight: 700;
	text-align: center;
	background: linear-gradient(to right, #02ccfb, #2837b3);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 10px;
}

.fw-cir1 {
	width: 860px;
	height: 860px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -420px;
	margin-left: -420px;
	border: 3px dashed #0f4178;
	border-radius: 100%;
	z-index: 12;
	animation: circle8 10s linear infinite;
}

.fw-cir1::before {
	content: "";
	position: absolute;
	left: 30px;
	top: 30px;
	width: 800px;
	height: 800px;
	background: url(../images/acccc.png) no-repeat;
	border-radius: 100%;
	z-index: 14;
}

.fw-cir2 {
	width: 520px;
	height: 520px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -260px;
	margin-top: -260px;
	border: 2px dashed #1e81ee;
	border-radius: 100%;
	z-index: 13;
	animation: circle8 8s linear infinite;
}

.page-news2 {
	background: #000 !important;
	
}

@keyframes circle8 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.tbtz9 {
	color: #e5e5e5;
	text-align: center;
	font-size: 16px;
}

.tbtz9 .tbt {
	font-size: 48px;
	line-height: 60px;
	font-weight: 700;
	text-align: center;
	background: linear-gradient(to right, #02ccfb, #2837b3);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 10px;
}

.section.page-news4 {
	background: url(../images/case-bg8.jpg) top center no-repeat !important;
	background-size: 100% 100%;
}

/**********************/
.case-pc {
	width: 720px;
	height: 420px;
	background: #2f5ae1;
	position: absolute;
	left: 50%;
	top: 80px;
	margin-left: -20px;
	z-index: 11;
	border-radius: 10px;
	padding: 15px;
	box-sizing: border-box;

}

.case-pc .swiper {
	overflow: hidden;
}

.case-pc img {
	width: 690px;
	height: 390px;
}

.case-pc .case-pagination {
	right: 0;
	bottom: -20px;
}

.case-pc .case-pagination {}

.box-case8 {
	height: 540px;
	position: relative;
}

.case-wap {
	width: 200px;
	height: 360px;
	background: #2f5ae1;
	position: absolute;
	left: 50%;
	top: 190px;
	margin-left: -110px;
	z-index: 11;
	border-radius: 10px;
	padding: 12px;
	box-sizing: border-box;
}

.case-wap img {
	width: 176px;
	height: 336px;
}

.box-case8 {
	height: 540px;

}

.case-wap .tbc {
	color: #fff;
	font-size: 24px;
	position: absolute;
	left: -490px;
	top: 0;
	line-height: 36px;

}

.case-wap .tbt {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 15px;
}

.section.page6 {
	background: #090920;
}

.btn-asb {
	position: relative;
}

.btn-asb {
	width: 520px;
	height: 520px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -260px;
	margin-top: -260px;
	border: 2px dashed #1e81ee;
	border-radius: 100%;
	z-index: 13;
}

.btn-asb .item {
	position: absolute;
	width: 150px;
	height: 50px;
	border: 1px solid #ffffff;
	border-radius: 50px;
	font-size: 20px;
	color: #fff;
	line-height: 48px;
	text-align: center;
}

.btn-asb .item .tbc {
	position: absolute;
	top: 60px;
	left: 0;
	white-space: nowrap;
	line-height: 30px;
	text-align: left;
	font-size: 14px;
}

.btn-asb .item:hover em {
	color: #00b4ff;
}

.btn-asb .item::before {
	content: "";
	position: absolute;
}

.btn-asb .item:nth-child(1) {
	position: absolute;
	left: -165px;
	top: 0;
}

.btn-asb .item:nth-child(2) {
	position: absolute;
	left: 530px;
	top: 0;
}

.btn-asb .item:nth-child(3) {
	position: absolute;
	left: -271px;
	top: 200px;
}

.btn-asb .item:nth-child(4) {
	position: absolute;
	left: 640px;
	top: 200px;
}

.btn-asb .item:nth-child(5) {
	position: absolute;
	left: -225px;
	top: 400px;
}

.btn-asb .item:nth-child(6) {
	position: absolute;
	left: 190px;
	top: 500px;
}

.btn-asb .item:nth-child(7) {
	position: absolute;
	left: 600px;
	top: 400px;
}

.btn-asb .item:nth-child(6) .tbc {
	left: 50%;
	transform: translateX(-50%);
}

/*********/
.btn-asb .item:nth-child(1)::before {
	background: url(../images/zline1.png) no-repeat;
	width: 124px;
	height: 29px;
	left: 100%;
	top: 24px;
}

.btn-asb .item:nth-child(2)::before {
	background: url(../images/zline2.png) no-repeat;
	width: 124px;
	height: 29px;
	right: 100%;
	top: 24px;
}

.btn-asb .item:nth-child(3)::before {
	background: url(../images/zline4.png) no-repeat;
	width: 126px;
	height: 11px;
	left: 100%;
	top: 24px;
}

.btn-asb .item:nth-child(4)::before {
	background: url(../images/zline3.png) no-repeat;
	width: 126px;
	height: 13px;
	right: 100%;
	top: 24px;
}

.btn-asb .item:nth-child(5)::before {
	background: url(../images/zline7.png) no-repeat;

	width: 124px;
	height: 29px;
	left: 100%;
	top: 0;
}

.btn-asb .item:nth-child(6)::before {
	background: url(../images/zline6.png) no-repeat;
	width: 12px;
	height: 50px;
	bottom: 100%;
	left: 69px;
	display: none;
}

.btn-asb .item:nth-child(7)::before {
	background: url(../images/zline5.png) no-repeat;
	width: 127px;
	height: 32px;
	right: 100%;
	top: 0;
}

/*******case*****************/
.case-spiwer89 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.case-spiwer89 img {
	display: block;
	width: 100%;
	height: 100%;
}

.case-spiwer89 .showcase-pagination-wrap {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: 0;
	box-sizing: border-box;
	width: 100vw;
	z-index: 100;
	bottom: 0;
	height: 100%;
	display: table;
	transform: translateY(-40vh);
}
.case-spiwer89 .case-tit8 .tbcon::before,.case-spiwer89 .case-tit8 .tbcon::after {
	content: "";
	height: 1px;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 9;
	width: 50vw;
	opacity: .3;
	top: 62px;
}
.case-spiwer89 .showcase-pagination-wrap::before,.case-spiwer89 .showcase-pagination-wrap::after {
	content: "";
	height: 1px;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 9;
	width: 5vw;
	opacity: .3;
	bottom: 37px;
}
.case-spiwer89 .showcase-pagination-wrap::before {
	left: 2vw;

}
.case-spiwer89 .showcase-pagination-wrap::after {
	right: 2vw;
	display: none;
}
.case-spiwer89 .case-tit8 .tbcon::before {
	right: 100%;
}
.case-spiwer89 .case-tit8 .tbcon::after {
	left: 100%;
}
.case-spiwer89 .case-tit8 {
	position: absolute;
	left: 13vw;
	bottom: 40vh;
	text-align: center;
	color: #fff;
	z-index: 2;
	overflow: hidden;
	height: 100px;
	width: 74vw;
}
.case-spiwer89 .case-tit8 .tbcon {
	display: inline-block;
	padding: 0 30px;
	position: relative;
}
.case-spiwer89 .tbc {
	margin-bottom: 0;
	opacity: 1;
	line-height: 20px;
	position: relative;
	display: block;
	font-size: 20px;
	transition: all .3s ease .3s;
	opacity: 0;
	transform: translate(0,-20px);
}

.case-spiwer89 .tbt {
	font-weight: 700;
	position: relative;
	display: inline-block;
	width: auto;
	font-size: 60px;
	transition: all .5s ease .5s;
	opacity: 0;
	transform: translate(0,-20px);
}
.case-spiwer89 .swiper-slide-active  .tbt{
	opacity: 1;
	transform: translate(0,0);
}
.case-spiwer89 .swiper-slide-active  .tbc {
	opacity: 1;
	transform: translate(0,0);
}
.case-spiwer89 .case-pagination89 {
	height: 20px;
	width: 6vw;
	position: absolute;
	color: #fff;
	bottom: 28px;
	left: 7vw;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	
}

.case-spiwer89 .prev-box {
	position: absolute;
	right: 6vw;
	width: 8vw;
	height: 100px;
	display: flex;
	justify-content: center;
	bottom: -14px;
	z-index: 20;
}

.case-spiwer89 .case-prveb8,
.case-spiwer89 .case-nextb8 {
	position: relative;
	display: block;
	width: 4vw;
	height: 40px;
	z-index: 20;
    background: url(../images/zzprev3.png) center no-repeat;
	background-size: 30px 30px;
	opacity: .6;
}
.case-spiwer89 .case-nextb8 {
	background: url(../images/zznext3.png) center no-repeat;
	background-size: 30px 30px;
}
.case-spiwer89 .case-btn89 {
	border: solid 2px #fff;
	color: #fff;
	background-color: transparent;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	font-weight: 600;
	font-size: 14px;
}

/**********************************/